Welcome![Sign In][Sign Up]
Location:
Search - Capture Video with OpenCV

Search list

[Special Effectslaplace

Description: 本代码采用的是opencv,有视频采集和对采集的视频帧进行laplace处理的功能!-This code uses a opencv, with video capture and the capture of video frames laplace processing capabilities!
Platform: | Size: 1949696 | Author: 傅剑峰 | Hits:

[Video Capturefacedetect

Description: 用摄像头采集人脸图像并进行识别,是基于opencv实现的。-This code is used to capture the video of a person s face and detect it by comparing the image detected with those already stored in the files.
Platform: | Size: 1030144 | Author: renyuzhuo | Hits:

[OpenCVcvmfc

Description: CVMFC例程演示程序,opencv与mfc结合起来。有点处理、领域处理、二值图像处理、形态学处理、视频采集播放等-VC-MFC demo program routines, opencv combination with mfc. Bit processing, the field of processing, binary image processing, morphological processing, video capture playback
Platform: | Size: 74752 | Author: ligang | Hits:

[OpenCVface-tect

Description: 一个不错的基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪的vc程序-A good environment with VC Opencv based video capture image filtering and corner detection motion tracking vc procedures can be achieved opencv image filtering 2Copencv face corner detection 2Copencv motion tracking program
Platform: | Size: 251904 | Author: ldcr | Hits:

[Graph programopencv_D3D_AR

Description: 本程序是AR技术的应用,采用openCV结合DirectShow采集视频图片,达到识别图像卡片,计算出现实坐标位置,达到增强现实的目的,并且结合了DirectX3D作为模型渲染引擎,对于AR技术和模型渲染有很好的研究参考价值 -This program is the application of AR technology, combined with the use of openCV DirectShow video capture pictures, picture identification card to calculate the actual coordinates of the location, to enhance the reality of purpose, and a combination of DirectX3D rendering engine as a model for the AR model rendering technology and there are reference value of good research
Platform: | Size: 27533312 | Author: 老两 | Hits:

[Video Capture1

Description: VC++编程实现摄像头视频捕捉,采用DirectShow和MFC混合编程。DirectShow编程技术资料以及opencv配置。-Visual C++ programming for webcam video capture.MFC programming combined with directshow...
Platform: | Size: 191488 | Author: dingyq | Hits:

[Graph programTest3

Description: 这是一个基于OpenCV的程序,通过电脑自带的摄像头捕捉视频图像然后从中确定出人脸部分,并且标记出来-This is a program based on OpenCV computer comes with the camera to capture video images from which to determine the parts of the face, and marked
Platform: | Size: 10234880 | Author: kimi | Hits:

[ApplicationsCapture

Description: It is simple video capture application using Windows form with Visual C++. This project demonstrate the Visual C++ Configuration for OpenCV as well as create windows form application.
Platform: | Size: 14336 | Author: james lee | Hits:

[OpenCVOpenCV

Description: 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算) 24 用不同的核进行图像的二维滤波 27 图像域的填充 30 寻找轮廓实现视频流的运动目标检测(超推荐一下) 35 采用金字塔方法进行图像分割 40 图像的亮度变换 43 单通道图像的直方图 46 计算和显示彩色图像的二维色调-饱和度图像 48 图像的直方图均匀化 50 用Hongh变换检测线段 52 利用Hough变换检测圆(是圆不是椭圆) 57 距离变换 59 椭圆曲线拟合 64 由点集序列或数组创建凸外形 68 Delaunay三角形和Voronoi划分的迭代式构造 71 利用背景建模检测运动物体(推荐) 78 运动模板检测(摄像头) 81 显示如何利用Camshift算法进行彩色目标的跟踪 86 -Based on the use camera video capture program opencv 1 Based on the two camera data acquisition of OpenCV 3 Inspire your code to do video impulse program 6 Image reversal (that is, the black white, white to black) 11 Image format conversion 12 Get the video stream from the camera or AVI file, edge detection is performed on the video stream 13 Using Canny edge detection operator 15 Corner detection is 18 Image rotation and scaling (the effect is dragged by the earth, as Google earth like) 21 Log-Polar coordinate transformation is 22 Morphological operations on images (opening and closing, the image of the corrosion and expansion operations) 24 With different nuclear two-dimensional filtering image 27 The image domain 30 filling To find the outline of implementation of target detection of video streaming (super recommend) 35 Using the Pyramid method for image segmentation 40 The brightness of the image transform 43 Single channel image histogram 46 Calculate and display
Platform: | Size: 1682432 | Author: jianglei | Hits:

[Windows DevelopCVMFC

Description: C++ MFC OpenCV和MFC的实例,包括界面程序+各种图像处理操作,演示如何在MFC中使用OpenCV,由3部分组成。一、Windows 下用 MFC 编制的程序框架,采用设备无关位图DIB实现Windows多文档模式下图像的显示,实现显示的关键函数StretchDIBits的原型; 二、调用 OpenCV 函数实现处理   使用 OpenCV 函数处理图像在 MFC 环境下显示,实现功能为图像平滑、图像缩小与Canny 边缘检测。三、用 DirectShow 编制的视频采集程序   采用 DirectShow 实现视频采集,其优点是支持高分辨率图像采集,最高分辨率由所用的摄像头决定,如罗技130万像素USB摄像头C300最高分辨率可达1280*1024,在MPEG模式下采集速度为每秒15郑使用时CPU 的时间占用率在15~30 之间-C++ MFC OpenCV and MFC examples, including the interface program+ various image processing operations, demonstrates how to use OpenCV in the MFC, consists of three parts. First, the procedural framework under Windows with MFC prepared using the device-independent bitmap DIB achieve the Windows Multiple Document mode image display, to achieve critical function prototype StretchDIBits display Second, the call processing functions for OpenCV Image processing functions using OpenCV in the MFC environment shows that achieve functional as image smoothing, image reduction and Canny edge detection. Third, using DirectShow video capture program preparation Using DirectShow video capture, the advantage is to support high-resolution image capture, the maximum resolution is determined by the use of the camera, such as a 1.3 megapixel Logitech C300 USB camera resolution up to 1280* 1024, in the collection rate for each MPEG mode Zheng 15 seconds time when the CPU occupancy rate is between 15 t
Platform: | Size: 5444608 | Author: apudn58 | Hits:

[Video CaptureOpenCVRecordTV

Description: 用VC+OpenCV制作的视频采集软件,功能类似屏幕录像,逐帧采集并保存AVI格式-With VC+ OpenCV produced video capture software, functions like screen recording, frame capture and save AVI format
Platform: | Size: 5187584 | Author: sensitivity | Hits:

[File FormatOpenCV-using-MFC.

Description: 本程序是在 MFC 中使用 OpenCV 的演示程序,由3 部分组成。 一、Windows 下用 MFC 编制的程序框架二、调用 OpenCV 函数实现处理三、用 DirectShow 编制的视频采集程序-This program is a demonstration program using OpenCV in the MFC, consists of three parts. First, the application framework Windows using MFC prepared two, three calls OpenCV functions for processing, prepared with DirectShow video capture program
Platform: | Size: 282624 | Author: 沫沫 | Hits:

[OpenCVOpenCV-camera-video-capture-sample

Description: 旧版OpenCV总是打不开现在的电脑摄像头,因此,查阅Opencv3.0文档后,发现其中部分类做了改进,程序为通过OpenCV3.0版本中的VideoCapture类打开电脑自带摄像头,用Mat类读取每帧图像,并利用边缘检测算法对视频边缘检测输出。-Older always OpenCV computer camera not open now, so consult Opencv3.0 document, found part of the class has been improved through the program OpenCV3.0 version VideoCapture class to open the computer comes with the camera, read by Mat class Take each frame, and use edge detection algorithm for video edge detection output.
Platform: | Size: 7335936 | Author: liang | Hits:

[OpenCVWifiVideo

Description: 该项目为QT语言编写,运行于Windows操作系统,基于opencv开源库,主要目的是为实现WIFI无线视频监控项目在PC机上的观测。连接目标Ip地址及端口号即可采集到视频数据,并具备录像功能。-The project is QT language that runs on the Windows operating system, based on open source library opencv, the main purpose is to achieve WIFI wireless video surveillance project observation on the PC. Ip connection destination address and port number can capture video data and with recording function.
Platform: | Size: 574464 | Author: deparks | Hits:
« 1 2»

CodeBus www.codebus.net